home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000086_havel@ptolemy.med.harvard.edu_Thu Dec 22 12:39:12 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  5KB

  1. Received: from plato.med.harvard.edu by cs.umb.edu with SMTP id AA04672
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 22 Dec 1994 17:37:30 -0500
  3. Received: from ptolemy.med.harvard.edu by plato.med.harvard.edu via SMTP (931110.SGI/911001.SGI)
  4.     for tex-k@cs.umb.edu id AA22730; Thu, 22 Dec 94 17:34:42 -0500
  5. Received: by ptolemy.med.harvard.edu.noname (4.1/SMI-4.1)
  6.     id AA08117; Thu, 22 Dec 94 17:39:12 EST
  7. Date: Thu, 22 Dec 94 17:39:12 EST
  8. From: havel@ptolemy.med.harvard.edu (Timothy F. Havel)
  9. Message-Id: <9412222239.AA08117@ptolemy.med.harvard.edu.noname>
  10. To: tex-k@cs.umb.edu
  11. Subject: help! (cont)
  12.  
  13.  
  14. In case it gives you any ideas it has not given me,
  15. here's the texmf.cnf file:
  16.  
  17. % original texmf.cnf -- runtime path configuration file for kpathsea.
  18. % (If you change or delete `original' on the previous line, the
  19. % distribution won't install its version over yours.)
  20. % What follows is a super-summary of what this .cnf file can
  21. % contain. Please read the Kpathsea manual for more information.
  22. % texmf.cnf is generated from texmf.cnf.in, by replacing @var@ with the
  23. % value of the Make variable `var', via a sed file texmf.sed, generated
  24. % (once) by kpathsea/Makefile (itself generated from
  25. % kpathsea/Makefile.in by configure).
  26. % Any identifier (sticking to A-Za-z_ for names is safest) can be assigned.
  27. % The `=' (and surrounding spaces) is optional.
  28. % No space, %, or @ in variable values, for the sake of autogeneration.
  29. % An environment variable foo overrides a definition of foo here.
  30. % $foo (or ${foo}) in a value expands to the envvar or cnf value of foo.
  31. % All definitions are read before anything is expanded, so you can use
  32. % variables before they are defined.
  33. % If a variable is qualified with `.<program>', it is ignored unless the
  34. % current executable (last component of argv[0]) is named <program>.
  35. % Which file formats use which paths for searches is described in the
  36. % various programs' and the kpathsea documentation.
  37. % // means to search subdirectories (recursively).
  38. % A leading !! means to look only in the ls-R db, never on the disk.
  39. % A leading/trailing/doubled : in the paths will be expanded into the
  40. %   compile-time default. Probably not what you want.
  41.  
  42.  
  43. % Where the wild files are. You can set an environment variable to
  44. % override this if you're testing a new TeX tree, without changing
  45. % anything else.
  46. TEXMF = /usr/local/lib/texmf
  47.  
  48. % TeX input files -- i.e., anything to be found by \input or \openin,
  49. % including .sty, .eps, etc.  Things are confused by the many variants
  50. % of LaTeX, which all have the same filenames.  The current
  51. % recommendation is to make `latex' be latex2e, and if you also want to
  52. % support latex 2.09, call it latex209. If you do the reverse, the
  53. % definitions below will need adjusting.
  54. latex209_inputs = .:$TEXMF/tex/latex209//:$TEXMF/tex//
  55. latex2e_inputs = .:$TEXMF/tex/latex2e//:$TEXMF/tex//
  56. TEXINPUTS.latex209 = $latex209_inputs
  57. TEXINPUTS.latex2e = $latex2e_inputs
  58. TEXINPUTS.latex = $latex2e_inputs
  59. % Earlier entries override later ones, so put this last.
  60. TEXINPUTS = .:$TEXMF/tex//
  61.  
  62. % Ditto for MF.
  63. MFINPUTS = .:$TEXMF/mf//:$TEXMF/fonts//src//
  64.  
  65. % Predigested formats and string pools for initex/inimf.
  66. TEXFORMATS = .:$TEXMF/ini
  67. MFBASES = .:$TEXMF/ini
  68. TEXPOOL = $TEXMF/ini
  69. MFPOOL = $TEXMF/ini
  70.  
  71. % Device-independent font metric files.
  72. VFFONTS = .:$TEXMF/fonts//vf
  73. TFMFONTS = .:$TEXMF/fonts//tfm
  74.  
  75. % The recommended bitmap format. The $MAKETEX_MODE means the drivers
  76. % will not use a cx font when the mode is ricoh; but it also means
  77. % pktogf and the like won't find `cmr10.300pk' -- you have to specify
  78. % the mode, e.g., `pktogf cx/cmr10.300pk'.  Or use an absolute filename.
  79. pkdir = $TEXMF/fonts//pk
  80.  
  81. % xdvi needs to find bitmaps for PostScript fonts, which can be
  82. % generated by standalone programs gsftopk and ps2pk (ps2mf needs no
  83. % special treatment). See xdvik/INSTALL for more info.
  84. PKFONTS.xdvi = .:$pkdir/$MAKETEX_MODE:$pkdir/gsftopk:$pkdir/ps2pk
  85. % Again, the standard definition must come after the program-specific one.
  86. % Don't use $pkdir since we can't do general variable expansion making paths.h.
  87. PKFONTS = .:$TEXMF/fonts//pk/$MAKETEX_MODE
  88.  
  89. % Similarly for the GF format, which only remains in existence because
  90. % Metafont outputs it (and MF isn't going to change).
  91. GFFONTS = .:$TEXMF/fonts//gf/$MAKETEX_MODE
  92.  
  93. % Used to find texfonts.map; also a backup for PKFONTS and GFFONTS,
  94. % but normally that is irrelevant, so don't bother with all subdirectories.
  95. GLYPHFONTS = .:$TEXMF/fonts
  96.  
  97. % BibTeX bibliographies and style files.
  98. BIBINPUTS = .:$TEXMF/bibtex/bib
  99. BSTINPUTS = .:$TEXMF/bibtex/bst
  100.  
  101. % Dvips' config.* files.
  102. TEXCONFIG = .:~:$TEXMF/drivers
  103.  
  104. % Dvips' PostScript prologues (.pro) and .pfa/.pfb files.
  105. DVIPSHEADERS = .:$TEXMF/drivers:$TEXMF/fonts//type1
  106.  
  107. % Enable this (or set the environment variable) if you want kpathsea to
  108. % log names and times for all files found.
  109. % TEXMFLOG = $TEXMF/kpathsea.log
  110.  
  111. % This definition isn't used from this .cnf file itself (that would be
  112. % paradoxical), but the compile-time default in paths.h is built from it.
  113. TEXMF_CNF = .:/usr/local/lib/texmf
  114.